Welcome![Sign In][Sign Up]
Location:
Search - CSocket TCP

Search list

[WinSock-NDIS用csock得到机器时间,需要简单tcp-ip协议

Description: 采用CSOCKET得到服务器的时间,利用TCP/IP的13端口提供的时间服务,要求提供时间服务的计算机安装简单TCP/IP协议。-CSOCKET used to be a time server using TCP / IP 13 ports for the service, asked for time to install the computer services simple TCP / IP protocol.
Platform: | Size: 34037 | Author: 鲁恩科 | Hits:

[Internet-Network用csock得到机器时间,需要简单tcp-ip协议

Description: 采用CSOCKET得到服务器的时间,利用TCP/IP的13端口提供的时间服务,要求提供时间服务的计算机安装简单TCP/IP协议。-CSOCKET used to be a time server using TCP/IP 13 ports for the service, asked for time to install the computer services simple TCP/IP protocol.
Platform: | Size: 33792 | Author: 午后时光 | Hits:

[VC/MFCsocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 173056 | Author: gong | Hits:

[Internet-NetworkdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40960 | Author: 谢红伟 | Hits:

[Com PortnetdllHwSocket

Description: 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。-Socket APIs are here to package into a similar category CAsyncSocket interface, you can access at any thread can also be connected static MFC, controllable than the other two MFC Class Socket much better. I also CHwSocket category for the preparation of a detailed test code that can be TCP server/client data communications, will be able to conduct UDP data communications, can also send and receive UDP broadcast datagram.
Platform: | Size: 48128 | Author: 张雨 | Hits:

[Com PortVisualC++tongxin

Description: VisualC++通信编程工程实例精解 \Chapter 2 \Example 1 MSCOMM控件编程实例 \Example 2 基于Windows API的虚拟终端实现 \Example 3 基于CSerialPort的串口多线程通信框架 \调试工具\串口调试助手 \Chapter 3 \Example 4 Winsock API编程技术——基于Winsock的聊天室程序 \Example 5 CAsyncSocket编程技术——基于CAsyncSocket的局域网通信程序 \Example 6 CSocket编程技术——基于CSocket的局域网聊天室程序 \扩充实例 基于CSocket的网络版中国象棋 \调试工具\TCPUDP调试助手 \Chapter 4 \Example 7 访问远程数据库MS SQLServer实例 \Chapter 5 \Example 8 以RS View32为服务器的OPC客户端编程 \Example 9 一个OPC客户端监视程序 \Chapter 6 \Example 10 一个封装的Modem AT命令操作类的快速拨号程序 \Chapter 7 \Example 11 GSM和GPRS应用实例 \扩充实例 基于CSocket的GPRS数据中心程序 \调试工具和文档\TCPUDP调试助手 MC55_ATC_V02.06.pdf TCP使用方法.doc 常用SMS指令一览表.pdf -err
Platform: | Size: 3571712 | Author: changyuan009 | Hits:

[Internet-NetworkSFTP

Description: 使用CSocket建立ftp客户端,通过TCP连接进行文件传输-Use CSocket to establish ftp client, through the TCP connection file transfer
Platform: | Size: 3906560 | Author: Michael | Hits:

[Internet-Network678568587

Description: 基于CSocket的TCP多人聊天程序,利用mfc的封装类csocket实现-CSocket of TCP-based chat program over the use of mfc package to achieve csocket category
Platform: | Size: 68608 | Author: liupingjin | Hits:

[Internet-NetworkTCPServer

Description: TCP通信服务器,使用CSocket实现的,比较简单,初学者参考。-TCP Communication Server, use CSocket to achieve relatively simple reference for beginners.
Platform: | Size: 37888 | Author: krwang | Hits:

[Internet-NetworkTCP_Socket

Description: tcp的基于事件模型的封装,只需将CSocket类包含就可以,使用简单。-a wrap of tcp base on event i/o model
Platform: | Size: 608256 | Author: huitetong | Hits:

[Windows DevelopChatRoom(Csocket)

Description: 详细的讲解vc通过CSocket来建立网络通信,可以是UDP和TCP。可以学习下-Vc explain in detail through the CSocket to establish network communication, which can be UDP and TCP. Can learn under the
Platform: | Size: 33792 | Author: peter | Hits:

[TCP/IP stacktcp-ip

Description: windows下的 tcp/ip网络通讯(同步) 初学者所用,小弟上传的都是自己写的。与别人的不同的是注释很清楚,是用纯c写socket的,没有用到微软的CSocket,虽然是用Visual Studio2010编的,其实质就是c语言,您电脑上没装VS2010把代码copy过去就行了-Under the windows tcp/ip network communication (synchronous) used by beginners, younger brother are uploaded to write their own. The difference is that with the comments of others very clearly, it was written in pure c socket, and did not use Microsoft' s CSocket, although compiled with Visual Studio2010, its essence is c language, not installed on your computer, copy the code VS2010 on the line over the past a
Platform: | Size: 235520 | Author: huangjun | Hits:

[TCP/IP stackTCP

Description: 利用MFC中的CSocket实现TCP的客户端和服务器端,收发数据-Using CSocket in MFC to achieve TCP client and server side, send and receive data
Platform: | Size: 1790976 | Author: 小小 | Hits:

[TCP/IP stackCSocket-communication

Description: 使用CSocket进行有连接(TCP)通信,很好的资料,下吧-Use CSocket for a connection (TCP) communication, good information, the next bar
Platform: | Size: 24576 | Author: li | Hits:

[TCP/IP stackChatRoom(Csocket)

Description: 基于CSocket类的TCP编程 聊天室 C/S 架构 非常适合学习-CSocket class of TCP-based chat program C/S architecture is very suitable for learning
Platform: | Size: 3670016 | Author: 陆恒 | Hits:

[TCP/IP stackTCP

Description: 用MFC中的CSocket编写的程序,觉得不错对于入门级的MFC网络编程有很好的帮助-MFC CSocket with a program written in, I feel bad for entry-level MFC network programming have a good help
Platform: | Size: 5512192 | Author: 单语 | Hits:

[TCP/IP stackCSocket-in-TCP--IP-app

Description: MFC提供的关于网络应用的类CSocket是一个比较高级的封装,使用它编制出属于自己的网络应用程序,可以编一个属于自己的网络通讯软件。通过这个实验,同学们也可以增进对于TCP/IP协议的理解。- Class CSocket MFC provides about network applications is a more advanced package, use it to prepare their own web applications, you can invent an own network communication software. Through this experiment, students can also improve the understanding of TCP/IP protocol.
Platform: | Size: 9216 | Author: Ocean | Hits:

[Internet-NetworkDirectShow-on-TCP

Description: 在VC平台上构建的基于Csocket类的TCP应用界面,包含了客户端和服务器端的程序。其中使用了DirectShow,可作为学习socket编程和DirectShow结合的参考资料-based on VC planet and the socket,it s an application about TCP ,including the client and server.The app use DirectShow ,which can be the reference learning the socket and DirectShow
Platform: | Size: 9545728 | Author: liam | Hits:

[Internet-NetworkCSocket

Description: socket编程,有tcp SOCKET 和udp SOCKET 及文件传输FTP编程-socket programming, the tcp SOCKET, and udp SOCKET and file transfer FTP programming
Platform: | Size: 17268736 | Author: wan_fang | Hits:

[TCP/IP stackTCP-chat-online

Description: 简单的聊天客户端程序,应用Visual C++中MFC CSocket类,实现网络数据传输,可制作实用的局域网一对一聊天程序。 -need the use of Visual C++ MFC CSocket class
Platform: | Size: 9075712 | Author: link | Hits:
« 1 23 4 5 »

CodeBus www.codebus.net